Interface symantec.itools.db.beans.binding.NavigationalDataSource
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.binding.NavigationalDataSource

public interface NavigationalDataSource
extends BasicDataSource

Variable Index

 o FIRST
 o GOTO
 o INSERT
 o NEXT
 o PREVIOUS
 o QBE
 o RESTART

Method Index

 o executeQuery(Synchronizable)
 o first()
 o getCurrentObject()
 o insert()
 o navigate(int, Integer)
 o next()
 o previous()
 o startQueryByExample()

Variables

 o FIRST
public static final int FIRST
 o GOTO
public static final int GOTO
 o INSERT
public static final int INSERT
 o NEXT
public static final int NEXT
 o PREVIOUS
public static final int PREVIOUS
 o QBE
public static final int QBE
 o RESTART
public static final int RESTART

Methods

 o executeQuery
public abstract void executeQuery(Synchronizable master) throws SQLException
 o first
public abstract void first() throws PositionOutOfRangeException
 o getCurrentObject
public abstract java.lang.Object getCurrentObject()
 o insert
public abstract void insert()
 o navigate
public abstract void navigate(int type,
                              Integer position)
 o next
public abstract void next() throws PositionOutOfRangeException
 o previous
public abstract void previous() throws PositionOutOfRangeException
 o startQueryByExample
public abstract void startQueryByExample()

All Packages  Class Hierarchy  This Package  Previous  Next  Index